Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefer Object.keys over Ember.keys #18

Merged
merged 1 commit into from
Jun 25, 2015

Conversation

jmurphyau
Copy link
Contributor

No description provided.

@jmurphyau jmurphyau changed the title Removed Ember.keys Remove Ember.keys Jun 25, 2015
@@ -8,7 +8,7 @@ define("ember/load-initializers",
'default': function(app, prefix) {
var regex = new RegExp('^' + prefix + '\/((?:instance-)?initializers)\/');

Ember.keys(requirejs._eak_seen).map(function (moduleName) {
Object.keys(requirejs._eak_seen).map(function (moduleName) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets fall back if not present (this will keep us in line with whatever Ember version is being used).

@jmurphyau jmurphyau force-pushed the remove-ember-keys branch 2 times, most recently from 81bbcb1 to 0cab2bf Compare June 25, 2015 02:58
@jmurphyau jmurphyau changed the title Remove Ember.keys Prefer Object.keys over Ember.keys Jun 25, 2015
stefanpenner added a commit that referenced this pull request Jun 25, 2015
Prefer Object.keys over Ember.keys
@stefanpenner stefanpenner merged commit 506733c into ember-cli:master Jun 25, 2015
@rwjblue
Copy link
Member

rwjblue commented Jun 25, 2015

Just tagged v0.1.5, can you update ember-cli default app blueprint?

jmurphyau added a commit to jmurphyau/ember-cli that referenced this pull request Jun 25, 2015
quaertym pushed a commit to quaertym/ember-cli that referenced this pull request Jul 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants